projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c92cb
)
Add a comment.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Jul 2013 13:09:03 +0000
(09:09 -0400)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Jul 2013 13:09:03 +0000
(09:09 -0400)
lisp/mail/mailalias.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailalias.el
b/lisp/mail/mailalias.el
index c5f1e3921fa38ef486bb8b9fa6a4e5e7114fde3b..4d9b24e0043d731d921a381362d47460b98ad1dd 100644
(file)
--- a/
lisp/mail/mailalias.el
+++ b/
lisp/mail/mailalias.el
@@
-209,7
+209,9
@@
removed from alias expansions."
(if (re-search-forward "[ \t]*[\n,][ \t]*" end1 t)
(setq epos (match-beginning 0)
seplen (- (point) epos))
- (setq epos (marker-position end1) seplen 0))
+ ;; Handle the last name in this header field.
+ ;; We already moved END1 back across whitespace after it.
+ (setq epos (marker-position end1) seplen 0))
(let ((string (buffer-substring-no-properties pos epos))
translation)
(if (and (not (assoc string disabled-aliases))